logo
logo
x
바코드검색
BOOKPRICE.co.kr
책, 도서 가격비교 사이트
바코드검색

인기 검색어

실시간 검색어

검색가능 서점

도서목록 제공

  • 네이버책
  • 알라딘
  • 교보문고
"the go programming"(으)로   15개의 도서가 검색 되었습니다.
The Go Programming Language

The Go Programming Language

앨런 도노반, 브라이언 커니건  | 에이콘출판
31,500원  | 20160229  | 9788960778320
이 책은 구글 Go 개발팀의 일원인 앨런 도노반과 C언어의 대가인 브라이언 커니건이 직접 쓴 책으로, Go의 언어적 특징과 표준 라이브러리를 활용해 깔끔하고 범용적이며 효율적인 프로그램을 개발하는 데 도움을 주고자 한다. 이 책을 통해 언어의 탄생 배경부터 문법, 동시성, 패키지, 테스팅 기법까지 Go의 진면모를 알 수 있을 것이다. 책은 전체 언어와 가장 중요한 패키지들, 넓은 범위의 애플리케이션을 다루는 수백 개의 흥미롭고 실용적인 예제를 Go 코드로 작성해 제공한다. 각 장에는 이해도를 테스트하고 예제의 확장과 대안을 알아보기 위한 연습문제들도 수록되어 있다. 소스코드는 http://gopl.io/에서 자유롭게 다운로드할 수 있으며, go get 명령으로 손쉽게 반입, 빌드, 설치할 수 있다.
The Go Programming Language

The Go Programming Language

Alan A. A. Donovan, Brian W. Kernighan  | Addison-Wesley Professional
48,000원  | 20151105  | 9780134190440
Go is an open-source programming language that makes it easy to build clean, reliable, and efficient software. It has been winning converts from dynamic language enthusiasts as well as users of traditional compiled languages. The former appreciate the robustness and efficiency that Go's lightweight type system brings to their code; the latter find Go's simplicity and fast tools a refreshing change.
Network Automation with Go (Learn how to automate network operations and build applications using the Go programming language)

Network Automation with Go (Learn how to automate network operations and build applications using the Go programming language)

Leiva, Nicolas, Kashin, Michael  | Packt Publishing
44,000원  | 20221223  | 9781800560925
Understand the world of modern network automation with Go and deepen your knowledge with insights from 10+ experts who have real-world hands-on experience with network automation and/or are using Go for network-related tasks Key Features: - A comprehensive guide to the world of modern network automation - Use Go to build anything from repetitive task automation to complex distributed systems - Over 30 practical, ready-to-use sample programs Book Description: Go's built-in first-class
The Go Programming Language Phrasebook

The Go Programming Language Phrasebook

Chisnall, David  | Addison-Wesley Professional
54,710원  | 20121025  | 9780321817143
The Go Programming Language Phrasebook Essential Go code and idioms for all facets of the development process This guide gives you the code “phrases” you need to quickly and effectively complete a wide variety of projects with Go, today’s most exciting new programming language. Tested, easy-to-adapt code examples illuminate every step of Go development, helping you write highly scalable, concurrent software.
Building Cross-Platform GUI Applications with Fyne: Create beautiful, platform-agnostic graphical applications using Fyne and the Go programming langu

Building Cross-Platform GUI Applications with Fyne: Create beautiful, platform-agnostic graphical applications using Fyne and the Go programming langu

 | Packt Publishing
59,990원  | 20210125  | 9781800563162
Understand how to use the Fyne toolkit to build exciting apps for a range of devices and deploy them effectivelyKey Features:Learn how to use standard widgets, dialogs, and layouts as well as how to build your ownUnderstand how to develop an app and package and distribute it to different operating systems and app storesExplore the design principles and vision of the Fyne toolkit and how that may align with your projectBook Description:The history of graphical application development is long and
The Way to Go: A Thorough Introduction to the Go Programming Language

The Way to Go: A Thorough Introduction to the Go Programming Language

iUniverse.com  | iUniverse.com
57,680원  | 20120307  | 9781469769165
This book provides the reader with a comprehensive overview of the new open source programming language Go (in its first stable and maintained release Go 1) from Google. The language is devised with Java / C#-like syntax so as to feel familiar to the bulk of programmers today, but Go code is much cleaner and simpler to read, thus increasing the productivity of developers.
Learning Functional Programming in Go: Change the way you approach your applications using functional programming in Go

Learning Functional Programming in Go: Change the way you approach your applications using functional programming in Go

 | Packt Publishing
67,490원  | 20171127  | 9781787281394
About This BookWrite concise and maintainable code with streams and high-order functionsUnderstand the benefits of currying your Golang functionsLearn the most effective design patterns for functional programming and learn when to apply each of themBuild distributed MapReduce solutions using GoWho This Book Is ForThis book is for Golang developers comfortable with OOP and interested in learning how to apply the functional paradigm to create robust and testable apps.
Robotics Activity Book (Robots and the Programming That Makes Them Go!)

Robotics Activity Book (Robots and the Programming That Makes Them Go!)

 | B Small
12,460원  | 20200102  | 9781912909070
Future robotics engineers will love the mix of non-fiction and activities in this educational book full of BIG ideas. Fun games and puzzles teach boys and girls about robotics, automation, programming and engineering. Start a lifelong passion for STEM subjects.
Kubernetes Programming with Go (Programming Kubernetes Clients and Operators Using Go and the Kubernetes API)

Kubernetes Programming with Go (Programming Kubernetes Clients and Operators Using Go and the Kubernetes API)

 | Springer Nature B.V.
66,000원  | 20221225  | 9781484290279
Chapter 1:? Kubernetes API Introduction.Chapter 2: Kubernetes API Operations.Chapter 3: Working with API Resources in Go.Chapter 4: Using Common types.Chapter 5: The API Machinery.Chapter 6: The Client-go library.Chapter 7: Testing Applications using Client-Go.Chapter 8: Extending Kubernetes API with Custom Resources Definitions.Chapter 9: Working with Custom Resources.Chapter 10: Writing Operators with the controller-runtime Library.Chapter 11: Writing the Reconcile Loop.
How to Succeed with NLP (Go from Good to Great at Work Using the Power of Neuro-linguistic Programming)

How to Succeed with NLP (Go from Good to Great at Work Using the Power of Neuro-linguistic Programming)

Watson, Anne  | Wiley
31,340원  | 20100501  | 9781907293054
Ever wondered how some people always manage to succeed? Well wonder no longer, How to Succeed with NLP examines exactly how those people do it and breaks down everything you need to know to emulate their success. This energising book shows you how to change your mindset and alter your behaviour to become the most valuable asset in your company.
Functional Programming in Go: Apply functional techniques in Golang to improve the testability, readability, and security of your code

Functional Programming in Go: Apply functional techniques in Golang to improve the testability, readability, and security of your code

 | Packt Publishing
56,970원  | 20230310  | 9781801811163
Functional programming is a tool for every programmer's toolbox. Go offers the flexibility to approach a problem with different methodologies, allowing you to tackle a problem in the style best suited for your solution. In this book, you'll learn the what, when, and why of functional programming and see how to apply key concepts in Go.
Python Programming: The Easiest Python Crash Course to go Deep Through the Main Application as Web Development, Data Analysis and Data Sci

Python Programming: The Easiest Python Crash Course to go Deep Through the Main Application as Web Development, Data Analysis and Data Sci

 | Alan Grid
39,590원  | 20210213  | 9781914045240
Take Advantage of 55% off Book Store DiscountWin the Trust of Your Clients with this Professional BookWhy Python has been proclaimed by the most Professional Techs as the best Scripting Language ? Do you want to learn Coding from scratch? Python is presumably the easiest-to-learn and nicest-to-use programming language in widespread use. Python code is clear to read and write, and it is short without being cryptic.
Python Programming: The Easiest Python Crash Course to go Deep Through the Main Application as Web Development, Data Analysis and Data Sci

Python Programming: The Easiest Python Crash Course to go Deep Through the Main Application as Web Development, Data Analysis and Data Sci

 | Alan Grid
59,400원  | 20210213  | 9781914045257
Take Advantage of 55% Book Store Discount?Win the Trust of Your Clients with this Professional Book??Why Python has been proclaimed by the most Professional Techs as the best Scripting Language ? ?Do you want to learn Coding from scratch? Python is presumably the easiest-to-learn and nicest-to-use programming language in widespread use. Python code is clear to read and write, and it is short without being cryptic.
Python Programming: The Easiest Python Crash Course to Go Deep Through the Main Applications as Web Development, Data Analysis, and Data S

Python Programming: The Easiest Python Crash Course to Go Deep Through the Main Applications as Web Development, Data Analysis, and Data S

 | Via Etenea Ltd
54,450원  | 20201114  | 9781914045110
Why Python has been proclaimed by the most Professional Techs as the best Scripting Language ? Do you want to learn Coding from scratch? This Book is probably what you looking for . Keep reading to discover more about it!Python is presumably the easiest-to-learn and nicest-to-use programming language in widespread use. Python code is clear to read and write, and it is short without being cryptic.
Python Programming: The Easiest Python Crash Course to Go Deep Through the Main Applications as Web Development, Data Analysis, and Data S

Python Programming: The Easiest Python Crash Course to Go Deep Through the Main Applications as Web Development, Data Analysis, and Data S

 | Via Etenea Ltd
31,340원  | 20201006  | 9781914045004
Why Python has been proclaimed by the most Professional Techs as the best Scripting Language ? Do you want to learn Coding from scratch? This Book is probably what you looking for . Keep reading to discover more about it!Python is presumably the easiest-to-learn and nicest-to-use programming language in widespread use. Python code is clear to read and write, and it is short without being cryptic.
1
최근 본 책